home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 8384 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: news.iadfw.net!usenet
  2. From: Larry Weiss <lfw@iadfw.net>
  3. Newsgroups: comp.lang.c
  4. Subject: pre-ANSI compatibility
  5. Date: Sun, 03 Mar 1996 16:35:56 -0600
  6. Organization: ...
  7. Message-ID: <313A1ECC.2EE6@iadfw.net>
  8. References: <JSA.96Feb16135027@organon.com> <4gvrffINNlqo@anvil.ugrad.cs.ubc.ca> <4h4j31$1ga3@watnews1.watson.ibm.com> <TANMOY.96Feb29144112@qcd.lanl.gov> <4hbd8q$ral@solutions.solon.com>
  9. NNTP-Posting-Host: dal04-25.ppp.iadfw.net
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0 (Win16; I)
  14.  
  15. Peter Seebach wrote:
  16.  > 
  17.  > In article <TANMOY.96Feb29144112@qcd.lanl.gov>,
  18.  > Tanmoy Bhattacharya <tanmoy@qcd.lanl.gov> wrote:
  19.  > >And yes, there are free software writers who have stopped writing
  20.  > >pre-ANSI code on grounds of `portability'.
  21.  > 
  22.  > Although the FSF still largely supports pre-ANSI compilers, RMS
  23.  > did some surveying last year and asserted that support of
  24.  > pre-ANSI systems is no longer worth any effort.
  25.  > 
  26.  
  27. We have come to the same conclusion at work.  On workstations where the
  28. vendors do not supply a ANSI C compiler  (SUN OS 4.1, for example) we
  29. use the gcc solution.   
  30.  
  31. Others in the company designed some macro solutions that would emit either
  32. ANSI prototype like function definitions or old style function definitions,
  33. but my team never used them.  Feels good to use C and nothing but C.
  34.